home *** CD-ROM | disk | FTP | other *** search
- Alpha Numeric Sort DLL Version 1.0.12
- READ ME & SOFTWARE LICENSE AGREEMENT
- ===============================================
-
- I would like to Thank everyone who have shown
- great interest in this product. I have reworked
- the sort algorithm to improve performance.
-
- Installation:
- -------------
- Before installing if you do not have Visual
- Basic 6.0 installed you must first install
- DCOM95 v1.2 if you are running Windows 95
- and then MDAC v2.0 no matter what version
- of Windows you are running available
- at the following locations.
-
- DCOM95 - http://www.microsoft.com/com/dcom/dcom1_2/dcom1_2.asp
- MDAC2.0 - http://www.microsoft.com/msdownload/uda/mdac_typ.asp
-
- If you have trouble finding or downloading DCOM95 or MDAC2.0
- E-Mail me and I will E-Mail them back to you as an attachment
-
- Unzip the file then run the SETUP.EXE file
- for installation.
-
-
- Registration:
- -------------
- Note Alpha Numeric Sort DLL will show a
- Shareware Nag screen every time you create
- a object out of the DLL. The registered
- version will not show any Nag screens.
-
- By registering your entitled to use Alpha
- Numeric Sort DLL's functionality in a manner
- consistent with developing a application that
- does not compete with this product. You may
- compile that program and distribute the Alpha
- Numeric Sort DLL in your installation Royalty
- Free.
-
- This license is for a development on a single
- computer only. For information on a Multiple
- computer license or a site license E-Mail
- JNelsenDev@aol.com
-
- There are 2 different registration options.
-
- The first option is for $15, which gets you
- the current registered version of Alpha Numeric
- Sort DLL E-mailed to you.
-
- The second option is for $20, which gets you
- the current registered version of Alpha Numeric
- Sort DLL with no shareware nag screens on CD-Rom
- mailed to you.
-
- Both options entitle you to free E-Mailed upgrades
- when they are available.
-
- TO REGISTER---
- Mail orders to:
- James Nelsen
- 430 Galaxy Pl.
- Sapulpa, OK 74066
-
-
- Instructions:
- ---------------
- Alpha Numeric Sort DLL allows you to sort a string
- both Alphabetically & Numerically at the same time without
- writing a bunch of code.
-
- For Example:
- "FB132"
- "FB90"
- "FB1"
- "FB34"
- "FB003"
- "DX24"
- Would Sort to
- "DX24"
- "FB1"
- "FB003"
- "FB09"
- "FB34"
- "FB132"
-
- A complete example of how to use this product is
- included in AlphaNumSample.vbp
-
- Known Limitations:
- ---------------
- Due to performance considerations the following
- limits have been built into the product.
-
- Alpha Numeric Sort DLL breaks your string down into
- separate Text and Numeric pieces in order to sort
- them properly. You can have a maximum of 10 Text
- pieces and 10 Numeric pieces. Each Text Piece can be
- 50 characters long. For Example.
-
- "IXDKD345JGJ9832" breaks down into
-
- "IXDKD" 1st Text
- "345" 1st Numeric
- "JGJ" 2nd Text
- "9832" 2nd Numeric
-
-
- Support:
- ---------------
- For Support E-Mail JNelsenDev@aol.com. Please
- explain what your support issue is and if possible
- include a example of your problem.
-
- We also welcome comments and suggestions.
-
- For more information visit.
-
- http://hometown.aol.com/jnelsendev/prof/index.htm
-
-
- ===========
- License:
- ===========
- BY USING THIS SOFTWARE, YOU AGREE TO THE
- FOLLOWING TERMS AND CONDITIONS:
-
- This version of Alpha Numeric Sort DLL is
- shareware. You are granted a license to use
- Alpha Numeric Sort DLL for a period of up to
- 30 days. After that time, you are required to
- license the product or else discontinue its use.
-
- You are allowed to make copies of this
- software and distribute it to your friends
- and co-workers, on electronic bulletin
- boards, over networks, and so on, as long
- as the product is not modified or is not
- distributed for profit.
-
- If you distribute this software, you agree
- to distribute this installation which contains
- the associated files together
- as a group.
-
- Ownership of software:
- As licensee, you own the media upon which
- the software is recorded or distributed and
- are entitled to use the software, but Galt
- Technology retains title and ownership of
- the original software and all subsequent copies.
- This license is not a sale of the software or
- any copy. You are not allowed to make any
- modifications to, or to create derivative
- works from any of the files that are used
- in this software. This includes all the
- executable, help, installation, and readme
- files.
-
- LIMITED WARRANTY:
-
- THE SOFTWARE HEREIN ARE PROVIDED "AS IS" WITHOUT
- WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
- BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- PURPOSE. THE USER MUST ASSUME THE ENTIRE RISK AS
- TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE.
- SHOULD THE SOFTWARE PROVE DEFECTIVE, THE USER
- ASSUMES THE ENTIRE COST OF ALL NECESSARY
- SERVICING, REPAIR, OR CORRECTION. ANY LIABILITY
- OF THE SELLER WILL BE LIMITED EXCLUSIVELY TO PRODUCT
- REPLACEMENT OR REFUND OF PURCHASE PRICE. THIS WARRANTY
- GIVES YOU SPECIFIC LEGAL RIGHTS AND YOU MAY ALSO
- HAVE OTHER RIGHTS WHICH VARY FROM STATE TO STATE.
-
- LIMITATION OF LIABILITY:
-
- IN NO EVENT SHALL JAMES NELSEN OR ANY ASSOCIATES OR
- ANY OTHER PARTY BE LIBLE FOR ANY DAMAGES WHATSOEVER
- (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF
- BUSINESS PROFITS, LOSS OF SAVINGS, BUSINESS
- INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR OTHER
- INCIDENTAL OR CONSEQUENTIAL DAMAGES) ARISING OUT OF THE
- USE OF OR INABILITY TO USE THIS SOFTWARE, EVEN IF JAMES
- NELSEN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
- DAMAGES.
-
- Agreement:
- You acknowledge that you have read this
- agreement, understand it, and by installing
- this software you agree to be bound
- by these terms and conditions. You further agree
- that this is the complete and exclusive
- statement of the agreement between you and
- James Nelsen prior agreement. All rights in
- the software not specifically granted in this
- Agreement are reserved by James Nelsen.
- If you have any questions about this agreement,
- contact James Nelsen in writing or E-Mail.
-
- James Nelsen
- 430 Galaxy Pl.
- Sapulpa, OK 74066
- E-Mail: JNelsenDev@aol.com
-
- Thank you for using Alpha Numeric Sort DLL.
-
- Copyright (C) 1998 James Nelsen. All Rights Reserved.